home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / internet / other / ka9q / nos / nosfiles.lzh / README < prev    next >
Encoding:
Text File  |  1993-03-05  |  2.7 KB  |  87 lines

  1.  
  2. KA9Q-NOS for Atari ST Beta Version 0.10
  3. =======================================
  4.  
  5. The following notes are a quick guide to setting up the NOS version of KA9Q.
  6. This version of the program is in an early stage of development for the 
  7. Atari ST and more complete instructions will be created at a latter date.
  8.  
  9. Release 0.10 has been rebuilt for the ST from the DIS supported KA9Q for the
  10. IBM PC.  This means that the internet code is as up to date as I can find, and
  11. is a major advance on the amiga code level used for the 0.0x betas.  I am 
  12. still working on the port to the DIS code.  There are various additions to the 
  13. previous ST programs which are not present in this Version.  These will be 
  14. added shortly.
  15.  
  16. The NOS programs requires the following directories and files:-
  17.  
  18.         startup.nos                     
  19.         domain.txt
  20.         ftpusers
  21.         dial.txt
  22.         alias
  23.  
  24.         finger\
  25.  
  26.         spool\
  27.  
  28.         spool\mail\
  29.  
  30.         spool\mqueue\
  31.         spool\mqueue\sequence.seq
  32.  
  33.         spool\news\nntp.dat
  34.  
  35. By default all paths are relative to the root directory of the drive from
  36. which NOS was started.  Thsi can be changed by starting nos with the -d 
  37. flag.  For example:-
  38.  
  39.         nos -dg:\nos
  40.  
  41. would casue nos to look for g:\nos\startup.txt and g:\nos\spool etc.
  42.  
  43. You can also set the root directory by setting the NOS_ROOT enviroment
  44.  variable.  For example:-
  45.  
  46.         NOS_ROOT=g:\nos
  47.  
  48. This method requires a shell or utility program which allows you to setup the 
  49. enviroment. 
  50.  
  51. NNTP - netnews
  52.  
  53. There has been a lot of changes in the NNTP code.  The news groups to fetch
  54. can now be specified in the nntp.dat file. This takes priority over the
  55. startup file.  If batch mode is turned on all the news will be written into 
  56. a single file for latter processing.
  57.  
  58. The netnews newsgroups are specified in the startup.nos file, as is the NNTP 
  59. profile.  The demon news server is news.demon.co.uk
  60.  
  61. You may want to update the nntp.dat file in spool\news to change the date and 
  62. time values to something recent, to prevent a large flood of news on your first
  63. connection.
  64.  
  65.  
  66. The dialer
  67.  
  68. This version of ka9q has a dialer facility.  This uses the dial.txt file which
  69. must ben placed in the NOS root directory.  You can setup the connection to 
  70. demon with the command
  71.  
  72.         dial sl0 dial.txt
  73.  
  74. There are currently a few problems with the dialer.  I know that the first 
  75. character of some of the login messages is missing and that cwait can give
  76. problems, however I am currently using the supplied dial.txt file for all
  77. my connections.  It is much easier than using a seperate terminal program 
  78. to do the login
  79.  
  80.  
  81.    David Nash
  82.  
  83.    dnash@chaos.demon.co.uk
  84.     dnash@cix.compulink.co.uk
  85.  
  86.  
  87.